Welcome![Sign In][Sign Up]
Location:
Search - linux tar

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixtime-1.7.tar.gz

Description: linux下的时间程序
Platform: | Size: 103066 | Author: peak.maths@gmail.com | Hits:

[Ftp Serverwu-ftpd-2.6.0.tar

Description: 被广泛使用的FTP服务器软件 -Widely used Ftp server software
Platform: | Size: 338944 | Author: 站长 | Hits:

[Firewall-Securityipchains-1.3.9.tar

Description: Linux IP包过滤的增强 -Linux ip packet filter s enhance
Platform: | Size: 63488 | Author: 站长 | Hits:

[Firewall-Securityip-fil3.3.6.tar

Description: Linux IP包过滤器 -Linux ip packets filter
Platform: | Size: 516096 | Author: 站长 | Hits:

[Firewall-Securityipfwadm-2.3.0.tar

Description: Linux IP过滤器 -Linux ip filter
Platform: | Size: 30720 | Author: 站长 | Hits:

[Communication-Mobilelfono-1.3.tar

Description: Linux XForms语音Modem控制程序 -Voice modem contorlling in Linux XForms
Platform: | Size: 19456 | Author: 站长 | Hits:

[mpeg mp3xmms-0.9.5.1.tar

Description: Winamp在Linux下的版本 -Linux version winamp
Platform: | Size: 636928 | Author: 站长 | Hits:

[Graph programgtksee-0.3.0.tar

Description: XWindows下的看图软件,类似ACDsee -Graph browsing software in Xwindows as ADCS
Platform: | Size: 157696 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsmapm-2.10.tar

Description: 任意精度的数学库 - Free precision mathematics storehouse
Platform: | Size: 58368 | Author: 站长 | Hits:

[Internet-Networktt++1.61sn2.tar

Description: Linux下的MUD客户端程序-Linux MUD customer end procedure
Platform: | Size: 271360 | Author: 站长 | Hits:

[Sniffer Package captureanti_sniff_v1-1-2.tar

Description: 一个Unix/Linux的反网络侦听的程序- A Unix/Linux counter- network intercepts procedure
Platform: | Size: 53248 | Author: 站长 | Hits:

[Internet-Networklibnet.tar

Description: libnet的unix/linux版本-unix/linux version of libnet
Platform: | Size: 140288 | Author: 站长 | Hits:

[Ftp Serveratftp_0.4.tar

Description: linux系统下的tftp服务器和客户端程序-tftp server and client program in linux system
Platform: | Size: 501760 | Author: 站长 | Hits:

[Linux-Unixlinux-0.01.tar

Description: linux最原始的版本0.0.1版的源码-linux the most primitive version 0.0.1 version of the source
Platform: | Size: 73728 | Author: 站长 | Hits:

[Game ProgramProgramming Linux Games-08-07-2001.tar

Description: Linux游戏编程源码--The source code of Linux game
Platform: | Size: 3164160 | Author: 站长 | Hits:

[WEB Mailimp-3.2.4.tar

Description: Linux webmail imp
Platform: | Size: 1568768 | Author: | Hits:

[Internet-Networklibnids-1[1].16.tar

Description: 基于TCP/IP协议的网络入侵检测系统是在Linux平台下,充分利用Linux的网络特性来设计的网络安全防御系统的一部分。在完全理解TCP/IP通讯协议的基础上来开发基于网络的入侵检测系统,它主要包括以下几个部分:数据包拦截器,数据包分析器,数据包生成器,远程通讯控制模块,集中管理模块等。 关键字:入侵检测系统,网络安全,协议分析,网络入侵检测系统- Based on the TCP/IP agreement network invasion examination system is under the Linux platform, fully a network security defense system part which designs using the Linux network characteristic. Completely was understanding the TCP/IP communication agreement the foundation comes up the development based on the network invasion examination system, it mainly includes following several parts: Data packet interceptor, data packet analyzer, data packet production, long-distance communication control module, centralized management module and so on. Essential character: Invasion examination system, network security, protocol analysis, network invasion examination system
Platform: | Size: 72704 | Author: 吴玲 | Hits:

[Linux-Unix96_tar.tar

Description: 华中科技大学96级学生linux内核实习报告- The Central China scientific and technical university 96 levels of students linux essence practice reported
Platform: | Size: 839680 | Author: | Hits:

[Linux-Unixsmbios-0.0.1.tar

Description: Linux下的系统信息获取-Linux system information acquisition
Platform: | Size: 47104 | Author: 张羽飞 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net